Fix docstring typo
authorjustbur <justin@burkett.cc>
Tue, 22 Sep 2015 13:07:11 +0000 (09:07 -0400)
committerjustbur <justin@burkett.cc>
Tue, 22 Sep 2015 13:07:11 +0000 (09:07 -0400)
Thanks @hmelman

which-key.el

index 91200c75083b121a4378b1f502c886904ebf6786..e4d809815d4ee27505374955809cdb88330f85f4 100644 (file)
@@ -262,7 +262,7 @@ prefixes in `which-key-paging-prefixes'"
 (defface which-key-highlighted-command-face
   '((t . (:inherit which-key-command-description-face :underline t)))
   "Default face for the command description when it is a command
-and it matches a string in `which-key-highlighted-command-face'."
+and it matches a string in `which-key-highlighted-command-list'."
   :group 'which-key-faces)
 
 (defface which-key-group-description-face